home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
TextEdit
/
TextEditUser.cp
< prev
next >
Wrap
Text File
|
2000-06-23
|
375b
|
26 lines
// TextEditUser.cp
#ifndef TextEditUser_h
#include "TextEditUser.h"
#endif
#ifndef WindowManagerUser_h
#include "WindowManagerUser.h"
#endif
#ifndef Integers_h
#include "Integers.h"
#endif
#include <TextEdit.h>
TextEditUser::TextEditUser()
{
static bool initialized = false;
if ( !initialized )
{
WindowManagerUser();
TEInit();
initialized = true;
}
}